home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Real Girls - Strip Poker
/
Real Girls Strip POker (Windows 95 CD-ROM).iso
/
_SETUP.1
/
RealGirls Strip Poker.exe
/
RealGirls Strip Poker.dxr
/
Buttons_30_discard-litup.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-25
|
218 b
|
13 lines
on mouseDown
global gPauseState
if gPauseState = 0 then
resetCursor()
playSnd("click")
updateStage()
if ButtonClicked(the clickOn) then
cursor(-1)
humanDiscard()
end if
end if
end